/* 全国要闻 国务院要闻 自治区重要政策信息 start */


.card-box {
  background-color: #f4faff;
  -webkit-box-shadow: 0 2px 18px 0 rgba(65, 150, 255, 0.22);
  box-shadow: 0 2px 18px 0 rgba(65, 150, 255, 0.22);
  border-radius: 10px;
  border: solid 1px #fff;
  margin-top: 10px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}
.card-tabs {
  width: 100%;
  height: 56px;
  line-height: 56px;
  background-size: 100% 100%;
  font-size: 22px;
  font-weight: 600;
  color: #0055d6;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.bg-1{
  background: url(/imagesq/card_bg_1.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.bg-2{
  background: url(/imagesq/card_bg_2.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.bg-3{
  background: url(/imagesq/card_bg_3.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.card-tabs li {
  width: 263px;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
.card-tabs li.active {
  color: #fff;
}
.card-more-box {
  position: absolute;
  right: 7px;
  top: 0;
  line-height: 56px;
  letter-spacing: 1px;
  font-size: 14px;
}
.card-more-box a {
  display: none;
  color: #fff;
}
.card-news-list-box ul {
  margin: 25px 0;
  width: 49.8%;
}
.card-news-list-box li {
  padding-left: 40px;
  line-height: 28px;
  position: relative;
}
.card-news-list-box li:before {
  content: "";
  position: absolute;
  left: 28px;
  top: 13px;
  width: 2px;
  height: 2px;
  background-color: #000;
}
.card-news-list-box a:hover p,
.card-news-list-box a:hover span {
  text-decoration: underline;
}
.card-news-list-box .border-li {
  border-right: 1px dashed #cecece;
}
.card-news-list-box p {
  width: calc(100% - 80px);
  font-size: 16px;
  color:#434242;
}
.card-news-list-box span {
  font-size: 14px;
  color: #686868;
}
.card-news-list {
  display: none;
}
#gwy_right>li:before,#gwy_left>li:before{background: none;}

.card-tabs li a{color: #0055d6;text-decoration:none}
.card-tabs li.active a{color: #fff}

/* 全国要闻 国务院要闻 自治区重要政策信息 end */